home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 50th Anniversary of …National Assembly Library
/
The 50th Anniversary of the National Assembly Library.iso
/
intro2.dxr
/
00002.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-02-18
|
207 b
|
11 lines
on exitFrame me
mymember = sprite(1).member
myduration = member(1).duration
mymovietime = sprite(1).movieTime
if myduration > mymovietime then
go(the frame)
else
go(1, "main")
end if
end